home *** CD-ROM | disk | FTP | other *** search
/ Linear Technology Linearview 1996 / linearview 1996.iso / spice / lm118 < prev    next >
Encoding:
Text File  |  1996-07-09  |  2.8 KB  |  101 lines

  1. *
  2. * Linear Technology LM118 op amp model
  3. * Written: 11-21-1989 Type: Bipolar npn input, internal comp.
  4. * Typical specs: 
  5. *       Ref. LM118 data sheet, LTC 1990 databook p2-313
  6. * Comments:
  7. *       Uses extended phase compensation; input differential mode clamp.
  8. * Connections: + - V+V-O 
  9. .SUBCKT LM118 3 2 7 4 6 
  10. * INPUT
  11. RC1 7 80 7.074E+02
  12. RC2 7 90 7.074E+02
  13. Q1 80 2 10 QM1 
  14. Q2 90 3 11 QM1
  15. *
  16. C1 80 91 300E-12
  17. RXC1 91 90 1E3
  18. CXC1 91 90 15E-12
  19. C2 1 8 5.000E-12
  20. *
  21. RB1 2 102 1.0000E+00
  22. RB2 3 103 1.0000E+00
  23. DDM1 102 104 DM2 
  24. VZ1 104 103 5.5 
  25. DDM2 103 105 DM2 
  26. VZ2 105 102 5.5 
  27. RE1 10 12 6.209E+02
  28. RE2 11 12 6.209E+02
  29. IEE 12 4 6.000E-04
  30. RE 12 0 3.332E+05
  31. CE 12 0 2.632E-13
  32. *
  33. GCM 0 8 12 0 1.414E-08
  34. GA 8 0 80 90 1.414E-03
  35. R2 8 0 1.000E+05
  36. GB 1 0 8 0 5.318E+01
  37. RO2 1 0 7.4000E+01
  38. *
  39. RS 1 6 1
  40. ECL 18 0 1 6 3.172E+01
  41. GCL 0 8 20 0 1
  42. RCL 20 0 1E3
  43. D1 18 20 DM1
  44. D2 20 18 DM1
  45. *
  46. D3A 131 70 DM3
  47. D3B 13 131 DM3
  48. GPL 0 8 70 7 1
  49. VC 13 6 3.6473
  50. RPLA 7 70 1E4
  51. RPLB 7 131 1E5
  52. D4A 60 141 DM3
  53. D4B 141 14 DM3
  54. GNL 0 8 60 4 1
  55. VE 6 14 3.6473
  56. RNLA 60 4 1E4
  57. RNLB 141 4 1E5
  58. *
  59. IP 7 4 4.400E-03
  60. DSUB 4 7 DM2 
  61. * MODELS 
  62. .MODEL QM1 NPN (IS=8.0000E-16 BF=2.4390E+03)
  63. .MODEL QM2 NPN (IS=8.6435E-16 BF=2.5641E+03)
  64. *
  65. .MODEL DM1 D (IS=1.000E-19)
  66. .MODEL DM2 D (IS=8.000E-16)
  67. .MODEL DM3 D (IS=1.000E-20)
  68. .ENDS LM118
  69. * - - - - - * FINI LM118 * - - - - - *
  70. ***
  71. *         (C) COPYRIGHT LINEAR TECHNOLOGY CORPORATION 1990
  72. *                       All rights reserved.
  73. *   Linear Technology Corporation hereby grants the users of this
  74. * macromodel a non-exclusive, nontransferrable license to use this
  75. *            macromodel under the following conditions:
  76. * The user agrees that this macromodel is licensed from Linear
  77. * Technology and agrees that the macromodel may be used, loaned,
  78. * given away or included in other model libraries as long as this
  79. * notice and the model in its entirety and unchanged is included.
  80. * No right to make derivative works or modifications to the
  81. * macromodel is granted hereby.  All such rights are reserved.
  82. * This model is provided as is.  Linear Technology makes no
  83. * warranty, either expressed or implied about the suitability or
  84. * fitness of this model for any particular purpose.  In no event
  85. * will Linear Technology be liable for special, collateral,
  86. * incidental or consequential damages in connection with or arising
  87. * out of the use of this macromodel.  It should be remembered that
  88. * models are a simplification of the actual circuit.
  89. * Linear Technology reserves the right to change these macromodels
  90. * without prior notice.  Contact Linear Technology at 1630 McCarthy
  91. * Blvd., Milpitas, CA, 95035-7487 or telephone 408/432-1900 for
  92. * datasheets on the actual amplifiers or the latest macromodels.
  93. * ----------------------------------------------------------------------- *
  94.